PUT /File/RecentlyUsed/{id}/
Adds the given file ID to the list of recently used items.
Request
| Method |
Request URI |
| PUT |
/API/File/RecentlyUsed/{id}/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID.
|
Path Parameters
| Path Parameter |
Description |
| id |
The ID of the file to add.
|
Request Body
There is no Request Body for this function.
Response
Response Body
A value indicating whether the item was added or not, or a status code indicating a problem, or an empty array if no results were found.